home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d8 / robo31_a.arc / MAKELIST.BAT < prev    next >
DOS Batch File  |  1991-05-22  |  623b  |  13 lines

  1. ECHO OFF
  2. REM  Use this batch file in conjunction with Robocomm's "Run Program" agenda
  3. REM  command to copy the current contents of the BBS CAP file to the
  4. REM  NEWLIST.DAT file.  IF NEWLIST.DAT exists when Robocomm logs off the BBS,
  5. REM  it will scan the file for new entries to the Neww Files directory.
  6. REM  Usually, you will want to run this program immediately after a
  7. REM  Capture & Overwrite agenda item.  This allows Robocomm to add the results
  8. REM  of a PCBoard Z or L file scan to its newfiles directory.
  9. REM
  10. ECHO Appending %BBS%.CAP to NEWLIST.DAT now...
  11. TYPE %BBS%.CAP >> NEWLIST.DAT
  12. ERASE %BBS%.CAP
  13.